From 34a5c2ef0aa91c1df951c79aa1494508c9c32c26 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Sun, 5 Sep 2004 00:08:14 +0000 Subject: [PATCH] bitkeeper revision 1.1159.69.13 (413a58ee74ENA9qdHnGab6iTYgHQRA) Fix formatting in debug message --- xen/arch/x86/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/memory.c b/xen/arch/x86/memory.c index 509e8346fc..65ee976872 100644 --- a/xen/arch/x86/memory.c +++ b/xen/arch/x86/memory.c @@ -1061,7 +1061,7 @@ static int do_extended_command(unsigned long ptr, unsigned long val) unlikely(!gnttab_prepare_for_transfer(e, d, gntref)) ) { MEM_LOG("Transferee has no reservation headroom (%d,%d), or " - "provided a bad grant ref, or is dying (%08x).\n", + "provided a bad grant ref, or is dying (%08lx).\n", e->tot_pages, e->max_pages, e->flags); spin_unlock(&e->page_alloc_lock); put_domain(e); -- 2.30.2